/*
	Theme Name: Glass Kayak Theme Final
	Description: Glass Kayak Theme based on HTML Blank
	Version: 1.0
	Author: VIVA
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Roboto', Arial, sans-serif;
	color:#444;
}
img{
	width:100%;
}

footer a:link, footer a:visited, footer a:hover, .left-column a:link, .left-column a:visited, .left-column a:hover{
color:#339966;
}



/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    border-width:0px!important;
}
.green-bg{
  background-color:#339966;
}
.black-color{
color:#800000!important;
}
.black-bg{
  background-color:#800000!important;
color:#ffffff!important;
}
.neon-color{
color:#dc5d00;
}
.emerald-color{
color:#00a651;
}
.emerald-bg{
background-color:#00a651;
color:#ffffff!important;
}
.purchase-kayak{
line-height:2.6rem;
}
.center-text{
text-align:center;
}
.wrapper{
  width:75%;
  margin:0 auto;
  display:block;
  max-width:1250px;
}
.large-button{
  padding:6% 9%;
  display:inline-block;
  color:#ffffff;
line-height:23px;
  text-decoration:none;
  font-size:2.1rem;
  border-radius:50px;
}
.large-link{
  font-style:italic;
  font-weight:700;
}
a{
  text-decoration:none;
}
hr{
  background-color:#e9e9e9;
  border-width:0;
  height:0px;
  margin:20px 5px;
  padding:1px;
}
p{
  font-size:16px;
  color:#404040;
  line-height:1.6;
}

.post-edit-link{
  text-align:center;
  font-size:2rem;
  display:inline-block;
  padding:10px 15px;
  background-color:orange;
  color:#ffffff;
}
.col-60{
width:60%;
float:left;
}
.col-40{
width:40%;
float:left;
}
.col-50{
  width:50%;
  float:left;
}
.col-33{
  width:33.3%;
  float:left;
}
.no-display{
  display:none;
}
.yes-display{
  display:block;
}


.gallery-container{
display:inline-block;
}

.gallery-container img{
width:100%;
padding:3px 5px;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 100; 
    padding-top: 1.5%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.5); 
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 10px 10px 10px;
    width: 75%;

}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}





.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  

    animation-duration: 0.3s; 
    -webkit-animation-duration: 0.3s;

    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    

    visibility: visible !important;                     
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
   
    100% {
        transform: translateY(0%);
    }       
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

          
    100% {
        -webkit-transform: translateY(0%);
    }   
}


button{
width:100%;
    border-width:0;
    background-color:transparent;
    padding:0;
    margin:0;
}

.animate{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;  

  animation-duration: 1.5s; 
  -webkit-animation-duration: 1.5s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;

  visibility: visible !important;     
}

@keyframes slideUp {
  0% {
    transform: translateY(0%);
  }
 50%{
    transform: translateY(0%);
  }
  60%{
    transform: translateY(-4%);
  }
  80%{
    transform: translateY(2%);
  }   
  100% {
    transform: translateY(0%);
  } 
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
  }
  20%{
    -webkit-transform: translateY(0%);
  }
  35%{
    -webkit-transform: translateY(-4%);
  }
  60%{
    -webkit-transform: translateY(2%);
  }    
  100% {
    -webkit-transform: translateY(0%);
  } 
}



.clear-bg{
  background-color:transparent !important;

}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

header{
	padding:15px 30px 0px 30px;
	width:100%;
background-color:#3f464a;
	position:relative;
}
.logo-container{
	width:20%;
	float:left;
margin-left:20px;
}
.logo-container img{
	width:280px;
  padding:0 0 10px 0;
}
.nav-container{
	width:68%;
	float:left;
	position:absolute;
  margin:0;
left:20.5%;
padding:0;
}
.social-container{
	width:15%;
	float:right;
	text-align:right;
	padding:0px 0 0 0;
margin-right:20px;
}
.social-container img{
	width:33.33%;
	float:right;
	max-width:55px;
	padding:4px 8px 5px 8px;

}
.nav-button{
  display:none;
  float:right;
  padding:4px 6px 0 0;
  cursor:pointer;
color:#e0e0e0;
}


/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
nav ul{
	list-style:none;
	text-align:center;
	width:100%;
	padding:11.5px 0 0 0;
	margin:0;
}
nav ul li{
	display:inline-block;
	padding:0 20px;
    border-width:0 1px 0 0;
  border-color:#888888;
  border-style:solid;
}
nav ul li a{
	color:#d2d2d2;
	text-decoration:none;
	font-size:1.6rem;
  transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;

}
nav ul li a:hover{
  color:#ffffff;
}
nav ul li:nth-last-child(1){
  border-width:0;
  }
.sub-menu{
display:none;
}


/*------------------------------------*\
    LANDING PAGE
\*------------------------------------*/


.seen-on h3{
text-align:center;
font-size:3rem;
}
.seen-on{
padding:10px 0 10px 20px;
}
.seen-on img{
width:16%;
display:inline-block;
vertical-align:middle;
opacity:0.4;
padding:0% 3% 3% 3%;
}
#daily-mail{
padding:0% 4.3% 3% 4.3%;
}
#viva-logo{
padding:0 2% 3% 2%;
opacity:0.45;
}
#cosmo-logo{
padding:0 2% 3% 2%;
}
.seen-on p{
text-align:center;

font-size:1.5rem;
padding:3% 2% 0% 2%;
width:100%;
text-align:center;
float:left;
display:inline-block;
vertical-align:middle;
color:#adadad;
margin:0;
}
.reviews-container{
padding:1% 0 1% 0;
}
.reviews-container p{
text-align:center;
font-style:italic;
font-size:1.4rem;
padding:3% 2% 0% 2%;
width:100%;
text-align:center;
float:left;
display:inline-block;
vertical-align:middle;
color:#adadad;
margin:0;
}
.review-stars{
letter-spacing:1.3px;
font-size:1.8rem!important;
font-style:normal!important;
}
.reviews-container div p{
color:#757575;
text-align:left;
}
.hero-container{
	width:100%;
	height:50vw;
  min-height:700px;

	
	background: url(../../uploads/2018/04/Cover.jpg) no-repeat top center; 
	background-size: 100% auto;

	
/*
background-image:url("../../../images/Cover-Photo-VGK.jpg");
background-position:center bottom;
background-size:cover;
*/
	position:relative;
}

.hero-text{
  position:relative;
  color:#ffffff;
  top:22vw;
  font-size:1.7vw;
  display:block;
	text-align: center;
	
}
.hero-text h1{
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:0;
  line-height:1.1;
text-shadow: 0px 2px 4px rgba(0, 0, 0, 1);
}
.hero-text h1 img{
width:10.5%;
margin:0 5px 0 0;
}
.hero-text h2{
  text-align:center;
  padding:0;
  margin:10px 0;
  font-size:1.3vw;
  font-family: 'Roboto Condensed', sans-serif;

}
.hero-text p{
  text-align:center;
  padding:10px 0;
  margin:0;
}
.hero-button{
  display:inline-block;
  background-color:#ffffff;
  font-size:1.5vw;
  text-decoration:none;
  margin: 0 1px;
  font-family: 'Roboto Condensed', sans-serif;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
	height: 1vh;
}

.left-button{
  border-radius:50px 0 0 50px;
  padding:2% 2% 2% 4%;
	line-height: 0;
}
.right-button{
  border-radius:0 50px 50px 0;
  padding:2% 4% 2% 2%;
	line-height: 0;
}
.hero-button:hover{
  opacity:0.85;
  
}

.tour-container{
  padding:50px 0;
  width:99%;
  margin:0 auto;
  line-height:1.6;

}
#tour-summary{
padding:70px 0 50px 0;
}
.bottom-border{
  border-style:solid;
  border-color:#e9e9e9;
  border-width:0 0 1px 0;
}
.tour-container div{
  padding:0 40px;
  border-style:solid;
  border-color:#e9e9e9;
  border-width:0 1px 0 0;

}
.tour-container div:nth-child(1){
  padding:0 30px 0 0;
}
.tour-container div:nth-child(4){
  padding:20px 20px 0 20px;
  border-width:0;
  text-align:center;
}
.tour-container .col1{
  float:left;
  width:30%;
}
.tour-container .col2{
  float:left;
  width:23%;
}
.tour-container .wide{
float:left;
width:60%;
border-width:0px;
}
.tour-container .col3{
  float:left;
  width:23%;
}
.tour-container .col4{
  float:left;
  width:23%;
}
.tour-container h3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:4rem;
  font-weight:400;
  padding:0;
  margin:0;
}
.tour-container h4{
  font-size:2.2rem;
  color:#444444;
  font-weight:400;
  font-style:italic;
  padding:5px 0;
  margin:0;
	line-height:25px;
padding:0 0 5px 0;
}
.tour-container h5{
  font-size:2.5rem;
  color:#262626;
  font-weight:700;
  padding:5px 0;
  margin:0;
}
.tour-container .coming-soon{
margin-top:-15px;
}
.tour-container p{

  color:#404040;
  padding:5px 0;
  margin:0;

}
.tour-container ol{
  list-style:none;
  padding:5px 0;
  margin:0;
}
.tour-container ol li{
  color:#404040;
  font-size:16px;
}
ol.map-sites{
  list-style:disc;
  margin:0 0 0 20px;
  line-height:1.8;
}


/*------------------------------------*\
    SECONDARY NAV
\*------------------------------------*/
.widget_nav_menu{
  text-align:center;
}
.widget_nav_menu ul{
  list-style:none;
  width:100%;
  padding:30px 0;
  margin:0;
}
.widget_nav_menu ul li{
  padding:0;
  margin:0;
  display:inline-block;
  padding:0 15px;
  border-width:0 1px 0 0;
  border-color:#e6e6e6;
  border-style:solid;

}
.widget_nav_menu ul li a{
  text-decoration:none;
  display:inline-block;
  padding:0 10px;
  font-size:1.6rem;
  color:#808080;
    transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}
.widget_nav_menu ul li a:hover{
  color:#000000;
}
.widget_nav_menu ul li:nth-last-child(1){
  border-width:0;
}

.reviews-container div{
padding:2%;
}
.reviews-container .review-1{
width:47%;
padding:2% 2% 2% 0;
float:left;
}
.reviews-container .review-2{
width:23%;
float:left;
}
.reviews-container .review-3{
width:30%;
padding:2% 0 2% 2%;
float:left;

}
/*------------------------------------*\
    MOSAIC
\*------------------------------------*/
.m-padding{
  border:solid 6px #ffffff;
	outline: 1px solid #ffffff;
}
.mosaic-container{
opacity:0.95;
}
.mosaic-container{
  display:block;
  width:100%;
  margin:0 auto;
}
.video1-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:57.30%;
  overflow:hidden;
}
.video1-container iframe{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

.video2-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:57.30%;
  overflow:hidden;
}
.video2-container iframe{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}

.column1{
  width:70%;
  float:left;
}
.column1-map{
  width:25%;
  float:left;
}
.column1-video2{
  width:75%;
  float:left;
}
.column2{
  width:30%;
  float:left;

}

.image2-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:60.3%;
  overflow:hidden;
}
.image2-container .image2{
  width:100%;
  height:100%;
  background-image:url("../../../images/photo1.jpg");
  background-size:cover;
  background-position:center center;
  position:absolute;
  left:0;
  top:-5px;

}
.mobile-mosaic .image2{
background-image:url("../../../images/instagram5.jpg");
}

.image3-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:74.0%;
  overflow:hidden;
}
.image3-container .image3{
  width:100%;
  height:100%;
  background-image:url("../../../images/Kayaking-Double.jpg");
  background-size:cover;
  background-position:center center;
  position:absolute;
  left:0;
  top:-5px;

}

.image2-container .image2:hover, .image3-container .image3:hover{
opacity:0.8;
}

.map-container{
  position:relative;
  width:100%;
  height:0;
  padding-top:171.6%;
  overflow:hidden;
  text-align:center;
}
.map-container .view-map{
  width:100%;
  height:100%;
  background-image:url("../../../images/map-1.jpg");
  background-size:cover;
  background-position:center center;
  position:absolute;
  left:0;
  top:0;

}
.map-container .map-button{
  margin-top:56%;
  display:inline-block;
  padding:6% 10%;
  border-radius:30px;
  font-size:1.5rem;
}
.map-button img{
display:none;
  width:90%;
  padding:0 5%;
}
/*------------------------------------*\
    404 ERROR PAGE
\*------------------------------------*/

.error{
  padding:150px 80px 80px 80px !important;
}
.error h1{
  text-align:center;
}
.error{
  text-align:center;
}
.error a{
  color:#404040;
  font-size:20px;
}
.error .related-content{
margin-top:150px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.about-container .col-40{
padding:0 40px 0 0;
}
.about-container{
padding-top:50px;
padding-bottom:50px;
    border-style: solid;
    border-color: #E9E9E8;
    border-width: 1px 0 0 0;
}
.about-container h3{
font-size:2rem;
margin-top:0;
}
.extra-padding{
padding:0 0 40px 0;
}
.pages h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-align:center;
  padding: 0;
  margin: 20px 0 0 0;
}

span.duration{
  font-family: 'Roboto', sans-serif;
  font-size:4.5rem;
  color:#979797;
  font-weight:normal;
  padding:0 10px;
}
.pages{
  border-style:solid;
  border-color:#e9e9e9;
  border-width:1px 0 0 0;
  padding:20px 0 0 0;
}
.quick-info{
  padding:30px 0;

}
.quick-info .column{
  width:16%;
  float:left;
  padding:0 20px;
  border-style:solid;
  border-color:#e9e9e9;
  border-width:0 1px 0 0 ;
}
.quick-info p{
  text-align:center;
  padding:3px 0;
  margin:0;
  font-size:15px;

}
.quick-info .strong{
  font-weight:700;
}
.quick-info div:nth-last-child(2){
  border-width:0px;
}

.tour-detail-bg{
  width:100%;
  background-image:url("../../../images/emerald-cave2.jpg");
  background-position:center center;
  background-size:cover;
  height:500px;
}
.tour-detail-bg-black{
  width:100%;
  background-image:url("../../../images/blacktour.jpg");
  background-position:center center;
  background-size:cover;
  height:500px;
}


.about-david{
width:70%;
margin:0 auto;
padding:0 0 20px 0;
}
.left-column{
  width:60%;
  float:left;
}
.right-column{
  width:33%;
  float:left;
  margin:0 0 0 7%;
}
.detail-page-title{
  font-size:25px;
  padding:0;
  margin:0;
  color:#444444;
}
.detail-content{
  padding:40px 0 0 0;
}
.detail-content p{
  padding:0;
  margin:7px 0 20px 0 ;

}
.detail-content ul{
  list-style:disc;
  padding:0 0 0 17px;
  margin:0 0 20px 0;
  font-size:16px;
}

  .detail-content .list-container li{
    padding:5px 0 5px 0px;
    position:relative;
  }
  .list-container2 li{
    padding:5px 0;
  }

.detail-content ul li strong{
  padding:0 15px 0 0;
  position:absolute;
    left:0;
}
.detail-content .list-container2{
  list-style-type: disc!important;
  padding:0 0 0 17px;
}
.grey-box{
  background-color:#f2f2f2;
  padding:10px 25px 30px 25px;
  text-align:center;
}
.grey-box h2{
  font-weight:700;
  font-size:30px;
  text-align:center;
}
.grey-box .price{
font-size:50px;
font-weight:700;
padding-right:6px;
letter-spacing:-1.5px;

}
.grey-box .permit{
  padding:0;
  margin:-5px 0 15px 0;
  display:block;
}
.grey-box .per-person{
  font-size:18px;
  display:inline-block;
  padding:0;
  text-align:left;
  margin:0;
  color:#808080;
  line-height:1.1;
}
.grey-box p{
  margin:0px 0 5px 0;
}
.grey-box .contact-link{
  margin:20px 0 0 0;
}
.right-column iframe{
  width:100%;
  border-width:0;
  margin:40px 0 0 0;
}
.maps iframe{
    pointer-events: none;
}

.related-content{
  margin:140px 0 0 0;
  padding:40px 0 70px 0;
  border-style:solid;
  border-color:#E9E9E8;
  border-width:1px 0 0 0;
}
.related-content .detail-page-title{
  text-align:center;
  margin:0 0 20px 0;
}
.related-content .padding-right{
  padding-right:15px;
}
.related-content .padding-left{
  padding-left:15px;

}
.related-content .padding-middle{
padding:0 8px;
}
.related-content p{
  font-size:2.4rem;
  padding:5px 0 0 0;
  margin:0;
}

h2.contact{
  font-size:4rem;
}
.contact-container{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin:60px 0 0 0;
}
.contact-container div{
padding:0px 3%;
border-style:solid;
border-color:#e9e9e9;
flex: 1;

}

.contact-container .col-1{
width:30%;
float:left;
border-width:0 1px 0 0;

}
.contact-container .col-2{
width:25%;
float:left;
border-width:0 1px 0 0;

}
.contact-container .col-3{
width:25%;
float:left;
border-width:0 1px 0 0;
}
.contact-container .col-4{
width:20%;
float:left;
border-width:0px;
}
.col-4 a{
  color:#ffffff;
  text-align:center;
  line-height:1.3;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    footer
\*------------------------------------*/
.thankyou{
text-align:center;
font-size:1.8rem;
}
footer{
  width:100%;
  background-color:#f2f2f2;
  margin:0;
  display:inline-block;
  padding:60px 0 50px 0;
  margin:30px 0 0 0;
}


.questions-column{
  width:32%;
  margin:0 7% 0 0;
  float:left;
  font-size:16px;
}
.reservations-column{
  width:60%;
  float:left;
}
footer h3{
  font-size:2.6rem;
  padding:0;
  margin:0;
  
}
select {
  -webkit-appearance: none;
  width:90%;
  background-color:#ffffff;
  padding:4% 7%;
  font-size:16px;
  text-align:left;
  margin:2%;
  border-width:0px;
  color:#808080;
  border-radius:40px;

}
h3.faqs, h3.questions{
  cursor:pointer;
}
.question{
  font-weight:700;
  margin-bottom:0;
  cursor:pointer;
}
.question span{
  font-weight:400;
  display:inline-block;
  float:right;
  color:#808080;
}
.question:hover{
  color:#000000;
}
.answer{
  margin-top:0;
  display:none;
  padding:0;
}
.send-message{
  margin:20px 0 0 0;
}
footer em{
  font-style:normal;
  color:#808080;
}
.answer-padding{
  padding:0 0 20px 0;
}
h3.reservations{
  text-align:center;
  padding:0 0 20px 0;
}
.reservations-column input, .questions-column input, .questions-column textarea{
  width:90%;
  background-color:#ffffff;
  padding:4% 7%;
  font-size:16px;
  text-align:left;
  margin:2%;
  border-width:0px;
  color:#808080;
  border-radius:40px;
}

.reservations-column input.form-submit, .questions-column input.form-submit {
  width:50%;
  padding:15px 10px;
  margin:3% 25%;
text-align:center;
  color:#ffffff;
  display:inline-block;
  background-color:#339966;
text-transform:uppercase;
}
.questions-column input.form-submit{
  width:90%;
  margin:3% 2%;
}
.questions-column textarea{
  height:100px;
  border-radius:30px;
}
input:focus, textarea:focus{
  outline: none;
  color:#333333;
}

h3 span{
  font-size:1.6rem;
  float:right;
  padding:12px 0 0 0;
  color:#339966;
  font-style:italic;

}

.form-info{
  text-align:center;
  font-size:15px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.mobile-social{
  display:none;
}
.mobile-hero-text{
  display:none;
}
.mobile-mosaic{
  display:none;
}
.hidden{
  display:none;
}

@media only screen and (min-width: 1501px) and (max-width: 5000px) {
    .nav-container{
      display:block!important;
  }
.hero-text h1 img{
	width:10.3%;
}
nav ul{
padding:17px 0 0 0;
}
}


@media only screen and (min-width: 1001px) and (max-width: 5000px) {
    .nav-container{
      display:block!important;
  }
.hero-text h1 img{
	width:10.3%;
}
}


@media only screen and (min-width: 800px) and (max-width: 1500px) {
.hero-text h1 img{
	width:10.5%;
}

  .wrapper{
    width:90%;
  }
  .hero-container{
    height:50vw;
    min-height:600px;
  }
  .tour-container div{
    padding:0 2%;
  }
  .hero-text{
    font-size:1.5vw;
  }
  .hero-text h2{
    font-size:1.7vw;
  }
  .hero-button{
    font-size:1.9vw;
  }
	nav ul{
	padding:11.5px 0 0 0;
}
  nav ul li{
    padding:0px 1.1%;
  }

  .logo-container img{
    width:260px;
  }
  .nav-container{
padding: 3px 0 0 0;
    width: 60%;
    left: 26%;
  }
  .social-container{
      padding:0px 0 0 0;
  }
  .quick-info .column{
    padding:0;
  }
}


/*responsive navigation bar trigger*/

@media only screen and (min-width: 100px) and (max-width: 1000px) {   

.social-container, .logo-container{
margin:0;
}

.about-container h3{
margin-top:15px;
text-align:center;
}
#tour-summary{
padding:30px 0 20px 0;
}
.seen-on p{
font-size:2.4vw;
}
.sub-menu{
display:block;
position:relative;
border-width:0px;
width:100%;
}
.sub-menu li{
border-width:0!important;
width:100%;
}
  .wrapper{
    width:95%;
  }
 .social-container{
  display:none;
 }

 .nav-button{
  display:block;
  font-size:3.4rem;

 }
 .nav-container{
  position:relative;
  width:100%;
  margin:0;
	left:0;
  padding:0 0 15px 0;
 }
  nav ul li{
  display:block;
  padding:20px;
  border-width:0 0 1px 0;
  }
  nav ul li:nth-last-child(1){
    border-width:0 0 1px 0;
  }
  .mobile-social{
    display:block;
    width:100%;
    padding:10px 0 0 0;
    text-align:center;
  }
  .mobile-social img{
    float:none;
  }
  .widget_nav_menu ul li a{
    font-size:1.4rem;
    padding:0;
  }

  .tour-container{
    padding:8% 0;
  }
  .tour-container div{
    width:100%!important;
    padding:5px 20px!important;
    border-width:0px !important;
  }
  .tour-container .col1{
    text-align:center;
  }
  .tour-container h3, .tour-container h5,  .tour-container h4{
	padding:0;
    margin:0;
  }

  .tour-container h3{
    font-size:5vw;
  }
    .tour-container h4{
    font-size:3vw;
    padding:0 0 10px 0;
line-height:15px;

  }
    .tour-container h5{
    font-size:4vw;
  }
  .tour-container p{
    text-align:left;
  }
  .tour-container div div{
    padding:10px 0;
  }
  .tour-container ol p{
    display:none;
  }
  ol.map-sites{
    display:none;
  }
  .tour-container .col1 p{
    padding:10px 0 0 0;
  }
  .tour-container .col4 p{
    text-align:center;
  }
  .tour-container .col3 p{
    display:inline;
    padding:0 5px 0 0;
  }
  .tour-container .col4 p{
    padding:15px 0 0 0;
  }
  .large-button{
    padding:4% 5%;
  }
    .questions-column{
    width:100%;
    margin:0;
    padding:0 0px 20px 0;
  }
  .reservations-column{
    width:100%;
    margin:30px 0 0 0;
  }
  hr.hidden{
    display:block;
  }
  .reservations-column input, .questions-column input, .questions-column textarea, select{
    padding:10px 20px;
    margin:1% 10%;
    width:80%;
  }
  .reservations-column input, select{
    margin:2%;
    width:96%;
  }
  .questions-column input.form-submit{
    width:auto;
    padding: 30px 50px;
    margin:30px auto;
    display:block;
  }
  footer .wrapper{
    padding:0 20px;
  }

  .quick-info p{
    font-size:14px;
  }
  .quick-info .column{
    padding:0 2.5%;
    width:auto;
    display:inline-block;
    float:none;
  }
  .quick-info{
    text-align:center;
  }

}

/*responsive navigation bar trigger*/




@media only screen and (min-width: 100px) and (max-width:  800px) {

.nav-button{
padding:0 6px 0 0;
margin-top:-4px;
}

.gallery-container .col-50{
width:100%;
}

.modal {

    padding-top: 0; 

}

.modal-content {

    width:100%;

}


.reviews-container .review-1 , .reviews-container .review-2, .reviews-container .review-3{
width:100%;
padding:2% 0;
}
.reviews-container{
padding:20px 15px;
}
.seen-on{
display:none;
}


.map-container .view-map{
height:27.5vw;
}
footer{
padding:30px 0 40px 0;
margin:0px;
}
.image3-container{
display:none;
}
   .widget_nav_menu{
  display:none;
 }

  .wrapper{
    width:95%;
  }
  .hero-container{
    height:50vw;
    min-height:auto;
  }
  .tour-container div{
    padding:0 3%;
  }
  .hero-text{
    top:11vw;
    font-size:2.1vw;
  }
  .hero-text h2{
    font-size:1.7vw;
  }
  .hero-button{
    font-size:1.9vw;
  }
nav ul{
padding:5px 0 0 0;
}
  nav ul li{
    padding:15px;
  }
  nav ul li a{
    font-size:1.7rem;
  }
  .logo-container img{
    width:200px;
  }
  .nav-container{
    margin:0 0 0 0;
  }
  .social-container{
      padding:0px;
  }
  .mobile-social{
    padding:10px 0 0 0;
  }
  .hero-text{
    display:none;
  }
  .mobile-hero-text{
	display:block;
    text-align:center;
    padding:1% 10px 1% 10px;
  }
  .mobile-hero-text h2{
    font-size:4.4vw;
    padding:10px  0 0 0;
    margin:0;
font-weight:400;

  }
  .mobile-hero-text .hero-button{
    color:#ffffff;
    font-size:4.2vw;
  }
  .mobile-hero-text .right-button{
    padding:4% 6% 4% 4%;
  }
  .mobile-hero-text .left-button{
    padding:4% 4% 4% 6%;
  }
  .column1{
    width:100%;
  }
  .column2{
    width:100%;
  }
  .mobile-mosaic{
   display:block;
  }
  .map-container, .instagram-thumb, .image2-container{
    display:none;
  }

  .mobile-mosaic .map-container, .mobile-mosaic .instagram-thumb, .mobile-mosaic .image2-container{
    display:block;
  }
  .mobile-mosaic .map-container{
    width:55%;
    float:left;
	height:27.5vw;
  }

  .mobile-mosaic .instagram-thumb{
background-image:url("../../../images/photo1.jpg");
height:27.5vw;
background-size:cover;
background-position:right top;

    width:45%;
    float:left;
  }
  .column1-video2{
    width:60%;
  }
  .map-container, .map-container .view-map{
    padding-top:0;

  }
  .map-container .map-button{
    margin-top:0%;
    font-size:2.6vw;
    display:block;
  }
  .map-button img{
    width:55%;
    padding:0 10%;
  }
  .mobile-mosaic .image2-container{
    width:40%;
    padding-top:0;
height:60.2vw;

  }
  .image2-container .image2{
    top:0;
  }
  .m-padding{
    border-width:4px;
  }
  .tour-container{
    padding:5% 0;
  }
  .tour-container div{
    width:100%!important;
    padding:5px 20px!important;
    border-width:0px !important;
  }
  .tour-container .col1{
    text-align:center;
  }
  .tour-container h3, .tour-container h5,  .tour-container h4{
    padding:0;
    margin:0;
  }

  .tour-container h3{
    font-size:9vw;
  }
    .tour-container h4{
    font-size:5.2vw;
	line-height:15px;
padding:0 0 10px 0;
  }
    .tour-container h5{
    font-size:6vw;
  }
  .tour-container p{
    text-align:left;
  }
  .tour-container div div{
    padding:10px 0;
  }
  .tour-container ol p{
    display:none;
  }
  ol.map-sites{
    display:none;
  }
  .tour-container .col1 p{
    padding:10px 0 0 0;
  }
  .tour-container .col4 p{
    text-align:center;
  }
  .tour-container .col3 p{
    display:inline;
    padding:0 5px 0 0;
  }
  .tour-container .col4 p{
    padding:13px 0 0 0;
  }

  footer h3{
    font-size:6vw;
  }
  footer h3 span{
  font-size:3.4vw;
  padding:10px 0 0 0;
  } 
  .reservations-column .col-50{
    width:100%;
  }
  .reservations-column input, .questions-column input, .questions-column textarea{
    width:96%;
    margin:2%;
  }
  .reservations-column input.form-submit, .questions-column input.form-submit{
    width:100%;
    margin:3% 0;
  }
  .questions-column input.form-submit{
    padding:15px 10px;
  }
  .quick-info{
    display:none;
  } 
  span.duration{
    display:block;
    font-size:7vw;
  }
  .pages h1{
    position:absolute;
  }
  .tour-detail-bg, .food-detail-bg, .tour-detail-bg-black{
    height:40vw;
    margin:20px 0 0 0;
  }
  .left-column{
    width:100%;
    padding:0 20px;
  }
  .detail-content{
    padding:0px;
  }
  .detail-content h3{
    padding:30px 0 0 0;
  }
  .detail-content .hidden{
    display:block;
height:100%;
position:relative;
overflow:visible;
  }
.hidden .view-map{
height:200px;
}

  .detail-content .grey-box{
    padding:20px 0 25px 0;
    margin:30px 0 0px 0;
  }
  .grey-box .contact-link{
    margin:10px 0 0 0;
  }
  .detail-content ul{
    padding:0;
  }
  .pages .grey-box h2{
    font-size:7.2vw;
  }
  .right-column, .related-content {
    display:none;

  }
  .left-column .map-button img{
    width:40%;
  }
  .left-column .view-map{
    padding:0;
    margin:20px 0;
  }
  .left-column{
    margin:0 0 20px 0;
  }
  .pages h2{
    font-size:9vw;
    padding:0;
    margin:0;
  }
  .quick-info .column{
    width:33.3%;
    float:left;
    margin:5px 0 10px 0;

  }
  .quick-info div:nth-child(3){
    border:0px;
  }
  .quick-info{
    padding:30px 0 0 0;
  }
  .quick-info p{
    margin:0;
  }
  .detail-content .clear-bg{
    margin:0;
  }
	.contact-container .col-1, .contact-container .col-2, .contact-container .col-3, .contact-container .col-4{
	width:100%;
flex:0;
padding:0 0 30px 0;
	}
.contact-container{
text-align:center;
     display: inline-block;
    display: inline-block;
    display: inline-block;
}
.about-container .col-40, .about-container .col-60{
width:100%;
padding:0;
}
}


@media (max-width: 800px) {
  h1 {
    position: absolute;
  }
}



/*------------------------------------*\
    NORMALIZE
\*------------------------------------*/



/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
div.wpcf7-response-output{
font-size:14px;
text-align:center;
border-width:0;
padding:0;
margin:-23px 0 10px 0;
}
.reservations-column p{
margin:0;
padding:0;
}
span.wpcf7-not-valid-tip, wpcf7-not-valid-tip{
text-align:center;
opacity:0.7;
font-size:12px;
}
/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}